home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
17 Bit Software 5: The Fifth Dimension
/
17 Bit - The Fifth Dimension (1995)(17 Bit Software)[!].iso
/
files
/
3495.dms
/
3495.adf
/
ProNET
/
install
/
english
/
Install
next >
Wrap
Text File
|
1994-10-28
|
352b
|
16 lines
echo "This script will copies some ProNET files into the"
echo "directories."
echo ""
ask "Do you want to continue ?"
if $rc eq 5
copy //c/#? to c:
copy //l/#? to l:
copy //devs/pronet.device //devs/pronet.config to devs:
echo ""
echo "You will have to create a MountList entry on your own.."
else
echo ""
echo "Are you nuts ¿¿ :)"
endif
endcli